home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plaxis < prev    next >
Text File  |  1994-05-10  |  476b  |  17 lines

  1. plaxis:
  2.  
  3. Synopsis: A "friendly" interface to plot axis styles.
  4.  
  5. Syntax: plaxis ( X_STR , Y_STR )
  6.  
  7. Description:
  8.  
  9.     A friendlier interface to the plot axis styles. Currently
  10.     plaxis only supports the default and a predefined logarithmic
  11.     axis styles. X_STR and/or Y_STR can be either "log" or "", or
  12.     omitted. If the string "log" is used for either argument, then
  13.     that axis is scaled logarithmically. Otherwise, the default
  14.     axis style is used.
  15.  
  16.     Example: plaxis ("log", "log")
  17.